home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / AME / Rexx / vtkeypad.ame < prev   
Encoding:
Text File  |  1994-02-01  |  267 b   |  10 lines

  1. /* $VER: VTKeypad 37.1 (21.2.93) : VT100 Keypad function */
  2.  
  3. options results
  4. parse arg c .
  5. if c = P then splitwindow
  6. if c = Q then onlywindow
  7. if c = R then enlargewindow
  8. if c = S then shrinkwindow
  9.  
  10. /* and the other can be used, if the keypad is in application mode */